doubleClickDelta
Type
property
Summary
Specifies the distance the mouse can move between clicks during a double click.
Syntax
set the doubleClickDelta to <numberOfPixels>
Description
Use the doubleClickDelta property to fine-tune double-clicking.
If the mouse moves more than the specified number of pixels in any direction between the first and second click, no mouseDoubleDown or mouseDoubleUp message is sent to the clicked object. If the doubleClickDelta is set to zero, the mouse may not move at all during a double click.
Examples
set the doubleClickDelta to 10
Related
glossary: object, property, double-click, message
keyword: integer
message: mouseDoubleUp, mouseDoubleDown
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile